home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / tdihroy1.zip / HISTORY.DOC < prev    next >
Text File  |  1996-06-08  |  4KB  |  86 lines

  1. Copyrighted Roy LaRive 6/8/96
  2. ShareWare Software the only way to compute!
  3.  
  4. Let me introduce myself, My name is Roy LaRive and I run the 
  5. Mont Belvieu BBS (713)-385-2001.
  6. I recently finished a C++ class at 40 years old.
  7. This is my first attempt at any real programming other then homework stuff.
  8.  
  9. I am not that good with the PPE stuff so I decided to write the main portion
  10. of my program in C++ and then call the results from the PPE.
  11.  
  12. You will find enclosed in this zip file 2 sets of files along with the data
  13. files.
  14. **NOTE: All the files must be in the same directory together.
  15.  
  16. Edit the history.cfg file with any ol text editor, it has instructions within
  17. the file. 
  18.  
  19.  
  20. History.exe and TDIH.PPE go together.
  21. With this combination you must run the file History.exe from your event.
  22. TDIH.PPE will the call the file that History.exe makes Example:"Hist.Txt".
  23.  
  24. You can use History.exe without TDIH.PPE
  25. Just call History.exe from your Event and then call the file "Hist.txt"
  26. from your text files "News, Bulletins, Logon, Logoff, etc." 
  27.  
  28.  
  29. History2.exe and TDIH2.PPE go together.
  30. With this combination TDIH2.PPE shells or runs the file History2.exe and will
  31. then display the file Hist.Txt that is created.
  32. This is a little bit slower but not much.
  33.  
  34. **NOTE #2 ** I created the "HISTORY and HISTORY2.EXE files using ANSI codes
  35. so other people could run it on other boards or as a stand-a-lone program,
  36. so ANSI.SYS must be loaded in the config.sys file.
  37.  
  38.  
  39. The Data files are no big secret to add to or edit. Each month has it's own
  40. data file. The S## is for the special events and the B## are for birthdays.
  41. The ##,s represent the day of the month. So if you want to add a birthday
  42. say 6/12/63, just edit hist.jun by putting in the new line as shown below.
  43.  
  44. Was:
  45. B12 1929 Anne Frank, diarist
  46. S12 1934 Black-McKeller Bill splits United Airlines from Boeing.
  47.  
  48. After editing:
  49. B12 1929 Anne Frank, diarist
  50. B12 1963 Anita LaRive The Loving, Beautiful and Great Wife of mine, the Author
  51. S12 1934 Black-McKeller Bill splits United Airlines from Boeing.
  52.  
  53.  
  54. Notice that Anita's birthday was added after another B12 but before an S12.
  55. Let me try to explain the reasoning here. The file are read from top to 
  56. bottom so you try to keep the dates in order Notice the B12 above Anita's
  57. was in 1929. 1963 falls after 1929 and there were no other B12's left to 
  58. call so it was the logical place to put it. It could have even been put in
  59. on the line below the S12.
  60.  
  61. Wit.wit is the same as above but instead of it being 12 different data files.
  62. the whole year is included (well most of it)in the one file.
  63. It's format is W#### followed by a space the the witty saying.
  64. The 1st two ## are the month 01 thru 12.
  65. The 2nd two ## are the day of the month.
  66. Only one witticism per day. After all how much humor can one stand.
  67.  
  68.  
  69. You should know by now how to install a PPE, if not consult PCboard Docs.
  70.  
  71. Special Thanks to my wife for putting up with all the time I spent at the
  72. computer and to Ray Cramer, Bill Dingley, and Bill Walker
  73. (my only real Beta/Alpha Tester) other then myself.
  74.  
  75. There is no warranty implied or expressed but if you have any comments
  76. call my board (713)-385-2001 or email me at LROY@FLASH.NET.
  77.  
  78. Oh by the way this program is totally unprotected and fully functional
  79. and has no expiration dates.
  80. If you like it please send me a bit of encouragement say $5 or less whatever
  81. you can spare.
  82. Or at least send me a comment: Roy LaRive
  83.                                Rt. 2 Box 262
  84.                                Dayton, Tx. 77535
  85.  
  86. Thanks for using my program.